In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle / VerticallyIntersect Method

VerticallyIntersect Method (GdPictureRectangle)

In This Topic
Syntax
'Declaration
 
Public Function VerticallyIntersect( _
   ByVal rect As GdPictureRectangle _
) As GdPictureRectangle
public GdPictureRectangle VerticallyIntersect( 
   GdPictureRectangle rect
)
public function VerticallyIntersect( 
    rect: GdPictureRectangle
): GdPictureRectangle; 
public function VerticallyIntersect( 
   rect : GdPictureRectangle
) : GdPictureRectangle;
public: GdPictureRectangle* VerticallyIntersect( 
   GdPictureRectangle* rect
) 
public:
GdPictureRectangle^ VerticallyIntersect( 
   GdPictureRectangle^ rect
) 

Parameters

rect
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle
GdPictureRectangle Members